C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / ShouldHighlightRow Method

In This Topic
ShouldHighlightRow Method
In This Topic
Syntax
'Declaration
 
Public Overridable Function ShouldHighlightRow( _
   ByVal tableView As UIKit.UITableView, _
   ByVal rowIndexPath As Foundation.NSIndexPath _
) As Boolean
 

Parameters

tableView
rowIndexPath
See Also